home *** CD-ROM | disk | FTP | other *** search
/ Super PC 31 / Super PC 31 (Shareware).iso / spc / inter / winpm223 / forms / cryptxor / read.me < prev   
Encoding:
Text File  |  1995-11-03  |  1.1 KB  |  23 lines

  1. CRYPTXOR - a sample runtime loadable encryptor.
  2. ------------------------------------------------------------------------
  3.  
  4. WinPMail v2.20 and later supports the idea of "Runtime-Loadable
  5. Encryptors" - modules that allow third parties to add their own
  6. encryption products seamlessly into Pegasus Mail. For more information on
  7. the interface, consult the CRYPTIF.TXT file in the FORMS subdirectory of
  8. your WinPMail install directory.
  9.  
  10. CRYPTXOR is a sample of how one might write a runtime-loadable encryptor,
  11. provided in full source code form. CRYPTXOR.C is the shell of the module,
  12. essentially a simple WinPMail Extension. ENCRYPT.C contains the actual
  13. exported encryptor functions that implement the interface described in
  14. CRYPTIF.TXT.
  15.  
  16. **** WARNING!!!
  17. **** THIS IS IN NO SENSE A VIABLE ENCRYPTOR!!
  18. **** Anyone with any cryptographic skill at all should be able to break
  19. **** this encryption algorithm with relative ease, so you should not use
  20. **** this as a production encryptor - it is provided ONLY as an
  21. **** illustration of how one might write to the interface.
  22.  
  23.